<!DOCTYPE html>
<html>
<head>
<title>My First HTML Page
</title>
</head>
<body>
<h1>Hello, World!
</h1>
<p>This is a simple paragraph.
</p>
</body>
</html>
These examples cover some basic building blocks of HTML, showing how you can create a webpage with text, links, images, and lists.
Comment Section